home *** CD-ROM | disk | FTP | other *** search
/ Power Tools 1993 November - Disc 1 / Power Tools Plus (Disc 1 of 2)(November 1993)(HP).iso / wkst / clrcspbf / clrcspbf.txt < prev   
Text File  |  1992-06-04  |  7KB  |  154 lines

  1. HP/ClearCase
  2. Product Brief
  3.  
  4. A powerful UNIX software engineering toolset for version control, 
  5. configuration management, and process control without changing the way 
  6. you or your current environment works.HP/ClearCase(TM) is designed for 
  7. large-scale and long-lived software development projects. It is 
  8. targeted at teams of developers working in a UNIX local area network.
  9.    HP/ClearCase manages multiple versions of evolving software, tracks 
  10. which versions were used in software builds, performs builds and re-
  11. builds of individual programs or entire releases according to user-
  12. defined version specifications, and enforces project-defined 
  13. development policies.
  14.  
  15. Highlights
  16. o Complete Transparency - any UNIX application or command, without 
  17.   modification, can transparently access versioned objects in a 
  18.   repository. A HP/ClearCase repository is implemented as an extensible 
  19.   part of the UNIX file system so that access to objects in the 
  20.   repository is through the standard UNIX file system.
  21. o Rule-Based Configurations - developers can easily create development 
  22.   environments with simple, concise version selection rules to tune the 
  23.   sharing and isolation of objects. The resulting "view" is created 
  24.   quickly and with minimum storage overhead.
  25. o Binary Sharing - different configurations share binaries 
  26.   automatically and correctly, minimizing rebuilds and unnecessary 
  27.   copies.
  28. o Build Auditing - file system level auditing captures and records 
  29.   complete configuration information for every build, supporting 
  30.   complete rebuildability and maintainability.
  31.  
  32. HP/ClearCase Key Advantages
  33. o HP/ClearCase controls versions of requirements, designs, tests, and 
  34.   documentation. Every UNIX file system object, including source, text, 
  35.   binaries, executables, libraries, bitmaps, and the directories that 
  36.   name these objects, are stored and versioned in a highly reliable 
  37.   repository.
  38. o HP/ClearCase accurately and automatically records all dependencies, 
  39.   enabling you to guarantee correct re-builds.
  40. o HP/ClearCase is designed to grow as you grow. The system will work 
  41.   efficiently for both small development efforts and large projects 
  42.   involving hundreds of people with millions of lines of code.
  43. o HP/ClearCase was designed with the knowledge that no two 
  44.   organizations are exactly alike. The system offers a set of powerful 
  45.   tools for developing customized policy controls and procedures.
  46. o HP/ClearCase manages numerous development configurations 
  47.   automatically, without copies or links. If twenty engineers are 
  48.   working on three releases of a software system, they are not working 
  49.   on three configurations, they are working on 20 or more configurations 
  50.   that have many versions of sources and binaries in common.
  51.  
  52. Version Control
  53. o HP/ClearCase maintains a blueprint of the variants of each object 
  54.   (files and directories). There is no limit on the number, or nesting 
  55.   level, of branches from the main development line.
  56. o HP/ClearCase stores meta-data for each version and optimizes storage 
  57.   via delta compression.
  58. o HP/ClearCase contains powerful, n-way graphical compare and merge 
  59.   capabilities for parallel development.
  60.  
  61. Build Environment Management
  62. o A developer easily selects the versions of those objects that they 
  63.   want to work on by applying flexible selection rules - configuration 
  64.   specifications - to the repository.
  65. o Engineers have a workspace in which they can perform their everyday 
  66.   tasks - editing, building, debugging - in partial isolation but share 
  67.   access to data in the actual development tree with other members of 
  68.   the team.
  69.  
  70. Configuration Management
  71. o HP/ClearCase builds using makefiles. It monitors file I/O to 
  72.   accurately and automatically produce a complete record of all system 
  73.   build dependencies including: objects used and versions selected, 
  74.   command options used, and tools invoked. There is no need to specify 
  75.   any dependencies.
  76. o Parallel, distributed builds can be performed using several 
  77.   processors, either on a single multi-processor host or on multiple 
  78.   hosts in a network.
  79.  
  80. Process Control
  81. o Triggers execute user-defined programs or shell scripts prior to, or 
  82.   in response to, HP/ClearCase events (e.g. checkin.)
  83. o Attributes are user-defined data attachable to any version or 
  84.   object.
  85. o Hyperlinks connect diverse objects to maintain logical relationships 
  86.   for requirements tracking.
  87.  
  88. Who Should Use HP/ClearCase
  89. o UNIX programming teams working on substantial software development 
  90.   projects who wish to manage this software, over time, as a critical 
  91.   asset of the business.
  92. o Programmers familiar with make, RCS, SCCS, or DSEE who are looking 
  93.   for a richer, more capable version control and configuration 
  94.   management solution.
  95. o Programmers and development teams looking to move to version control 
  96.   and configuration management for the first time and who need the 
  97.   solution to work with currently installed tools and methodologies.
  98. o Companies wishing to gain control over the software development 
  99.   process by implementing defined policies and procedures.
  100.  
  101. Key Features
  102. o Versions ASCII text files
  103. o Delta compression
  104. o Versions binaries, libraries, and executables
  105. o Versions third-party software file formats
  106. o Versions directories and sub-directories
  107. o Direct, transparent access to all versioned objects
  108. o Maintains annotated history of source changes
  109. o Checkin/checkout development model
  110. o Parallel development support
  111. o Multiple version labels
  112. o Graphical n-way compare/merge
  113. o Rule-based version selection
  114. o Multiple active views of configurations
  115. o Binary sharing
  116. o Automated build audit
  117. o Heterogenous, parallel, distributed builds
  118. o No need to specify header-file dependencies
  119. o make compatible build facility
  120. o RCS, SCCS, DSEE, and UNIX file conversion utilities
  121. o X/Motif and UNIX shell command user interface
  122. o General name/value attributes
  123. o Pre- and post-event triggers
  124. o Automatic merge of versions built in parallel
  125. o Client/server architecture
  126. o Manages numerous configurations automatically, without copies or 
  127.   links.
  128.  
  129. Product Support
  130. HP/ClearCase comes with a comprehensive set of 
  131. user documentation that describes the operation of the system. 
  132. Additionally, a full program of customer support is available 
  133. including software updates, education and training, consulting, and 
  134. hotline product help service.
  135.  
  136. Platform Availability
  137. o HP 9000 Series 700 systems
  138.  
  139. Software
  140. o HP-UX 8.07 or later 
  141.  
  142. Typical Development Team Configuration
  143. o Client machines: 16 MB RAM, 400 MB disk
  144. o Server machines: 32 MB RAM, 1 GB diskUNIX is a registered trademark 
  145.   of UNIX System Laboratories, Inc. in the USA and other countries.  
  146.   OSF/Motif is a trademark of the Open Software Foundation.ClearCase is 
  147.   a trademark of Atria Software, Inc.
  148.  
  149. HP/ClearCase, Product Brief
  150. Copyright (C) Hewlett-Packard Company, 1992
  151. Printed in USA 920601
  152.  
  153. Associated Files: none
  154.